home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / star-1_0.tar / t5.star < prev    next >
Text File  |  1991-03-22  |  237b  |  20 lines

  1. ; STAR bit instruction test
  2.  
  3.     origin    #70000
  4.  
  5.     clrb    13, a        
  6.     clrb    0, c        
  7.     clrb    1, c        
  8.     clrb    7, st        
  9.  
  10.     clrb    5, hst        
  11.     clrb    [xm,sr], hst    
  12.     clrb    2, hst        
  13.     clrb    [sb], hst    
  14.  
  15.     setb    13, a        
  16.     setb    0, c        
  17.     setb    1, c        
  18.     setb    7, st        
  19.     setb    xm, st        
  20.